home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / SFX-Player / AmigaAMP / AREXX.readme < prev    next >
Text File  |  1999-03-29  |  794b  |  37 lines

  1.  
  2. AmigaAMP AREXX commands (v2.2)
  3. ------------------------------
  4.  
  5.  * OPEN NAMES/M
  6.    opens one or more files and starts to play the first one
  7.  
  8.  * PLAY
  9.    same as if you hit the play button
  10.  
  11.  * PAUSE
  12.    same as if you hit the pause button
  13.  
  14.  * STOP
  15.    same as if you hit the stop button
  16.  
  17.  * NEXT
  18.    skips forward to the next track in the playlist
  19.  
  20.  * PREVIOUS
  21.    skips back to the previous track in the playlist
  22.  
  23.  * QUIT
  24.    guess what :-))
  25.  
  26.  * SKIN PATH/K
  27.    loads the skin from the specified path
  28.    Attention! You have to give the whole path, e.g. progdir:skins/base
  29.  
  30.  * STATUS
  31.    returns the current drive status, either STOP, PLAY or PAUSE
  32.  
  33.  * VOLUME VOL/N
  34.    sets the playback volume to VOL, ranges from 0 to 26
  35.    If "Limit volume to 0dB" is activated all values above 22 will
  36.    be clipped.
  37.